From e59af47a0109e10267e9a893002d34d9d28d83cd Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Tue, 10 Aug 2010 15:30:36 +0100 Subject: [PATCH] Put a valid version number in the META files Signed-off-by: Vincent Hanquez --- tools/ocaml/common.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ocaml/common.make b/tools/ocaml/common.make index a2085d77d2..064d4f67c3 100644 --- a/tools/ocaml/common.make +++ b/tools/ocaml/common.make @@ -20,7 +20,7 @@ OCAMLCFLAGS += -g $(OCAMLINCLUDE) -w F -warn-error F #LDFLAGS = -cclib -L./ DESTDIR ?= / -VERSION := echo 0.0 +VERSION := 4.1 OCAMLABI = $(shell $(OCAMLC) -version) OCAMLLIBDIR = $(shell $(OCAMLC) -where) -- 2.30.2